home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Prograph Classic 2.6.1 / Prograph Reference Manual / Prograph Reference 5-7 / Prograph Reference 5-7.rsrc / TEXT_163.txt < prev    next >
Encoding:
Text File  |  1995-10-25  |  908 b   |  51 lines

  1.  
  2.  Interpreter Control
  3.  
  4.  
  5. _________________________________________________
  6. ¬†                           compiled?     *283*
  7.  
  8.  
  9. Output names: [Result]
  10.  
  11. Output types: [boolean]
  12.  
  13. Description:     Result is TRUE if your program is compiled, and FALSE if your program is interpreted.
  14.  
  15.  
  16. _________________________________________________
  17. ¬†                            debug     *283*
  18.  
  19.  
  20. Input types: boolean
  21.  
  22. Description:     Debug state is turned on if Set is TRUE, and off if it is FALSE.
  23.  
  24. Compiler: Not supported.
  25.  
  26. See also:  trace, halt
  27.  
  28.  
  29. _________________________________________________
  30.  
  31.                        halt     *283*
  32.  
  33.  
  34. Description: Suspends execution.
  35.  
  36. See also:  debug, trace
  37.  
  38.  
  39. _________________________________________________
  40.  
  41.                         trace     *283*
  42.  
  43.  
  44. Input types: boolean
  45.  
  46. Description:     Trace state is on if Set is TRUE, and off if it is FALSE. 
  47.  
  48. Compiler: Not supported.
  49.  
  50. See also:  debug, halt
  51.